@charset "utf-8";
/* CSS Document */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}
body {
	margin: 0;
	font-size: 16px;
	font-family: Arial, Sans-serif, Helvetica;
	line-height: 1.8;
	color: #333;
	background-color: #fff;
	max-width: 1920px;
}
a {
	background: transparent;
	text-decoration: none;
	color: #ff1111
}
a:active, a:hover {
	outline: 0;
}
a:hover {
	color: #ff1111
}
img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic
}
html, button, input, select, textarea {
	font-family: "Microsoft Yahei", tahoma, arial
}
h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
	margin: 0
}
ul, ol, li, dl, dd.input, button {
	margin: 0;
	padding: 0;
}
ul, ol {
	list-style: none outside none
}
.top {
	margin-top: 30px;
}
/*---------------------*/
.container {
	width: 100%;
	height: auto;
	display: table;
	margin: 0 auto;
}
.header {
	width: 100%;
	height: 120px;
}
.header-auto { position:relative;
	width: 1200px;
	height: 105px;
	margin: 0 auto;
	padding-top: 15px
}
.header-auto ul {
	display: table
}
.header-auto ul li {
	float: left;
	display: table;
}
.add-phone {
	display: table;
	color: #1058b4;
	margin: 10px 0 0 50px;
	line-height: 30px;
}
.add-phone i {
	display: inline-block;
	width: 26px;
	height: 25px;
	background: url(../images/icon/index_icon.png) no-repeat -6px -5px;
	margin: 0 10px 0 0;
	vertical-align: middle
}
.add-phone p span {
	font-weight: bold;
	color: #f62222
}
.search {
	display: table;
	margin: 22px 0 0 50px;
}
.search form label input[type="text"] {
	float: left;
	width: 358px;
	height: 42px;
	padding-left: 40px;
	color: #333;
	font-size: 16px;
	outline: none;
	background: url(../images/icon/search.png) no-repeat 10px 10px;
	border: 1px solid #ccc
}
.search form label button {
	float: left;
	width: 100px;
	height: 44px;
	background: #236dcd;
	border: none;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-left: 10px;
	cursor: pointer
}
.login { float:left;
	display: table;
	margin: 25px 0 0 60px;
}
.login a {
	font-size: 18px;
	color: #000
}
.login .big-link {
	color: #1b58a7
}
.login a:hover {
	color: #1b58a7
}
.side-login-icon {
	float: left;
	width: 50px;
	height: 50px;
	border: solid 5px #4f76b4;
	border-radius: 50px;
	overflow: hidden;
}
.side-login-icon img {
	width: 58px;
	height: 58px
}
.login-down {
	display: table;
	margin: 15px 0 0 80px;
}
.topnav {
	width: 130px;
	height: 60px;
}
.topnav li {
	margin: 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
.topnav li a {
	/*padding: 10px 5px;*/
	color: #fff;
	display: block;
	text-decoration: none;
	float: right;
}
.topnav li a:hover {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.topnav li span {
	width: 30px;
	height: 18px;
	float: left;
	margin: 20px 0 0 15px;
	background: url(../images/icon/login-icon.png) no-repeat -5px -5px;
}
.topnav li span.subhover {
	background: url(../images/icon/login-icon.png) no-repeat -5px -5px;
	cursor: pointer;
}
.topnav li ul.subnav {
	width: 180px;
	position: absolute;
	right: 0;
	top: 60px;
	background: #0c62d2;
	display: none;
	float: left;
	z-index: 999
}
.topnav li ul.subnav li {
	width: 180px;
	height: 50px;
	line-height: 50px;
}
.topnav li ul.subnav li a i {
	display: inline-block;
	width: 20px;
	height: 16px;
	vertical-align: middle
}
.topnav li ul.subnav li a .icon1 {
	background: url(../images/icon/login-icon.png) no-repeat -10px -50px;
	margin-right: 8px;
}
.topnav li ul.subnav li a .icon2 {
	background: url(../images/icon/login-icon.png) no-repeat -10px -98px;
	margin-right: 8px;
}
.topnav li ul.subnav li a {
	width: 160px;
	height: 50px;
	padding-left: 20px;
}
.topnav li ul.subnav li a:hover {
	background-color: #084fab;
}
.nav {
	width: 100%;
	height: 60px;
	background: #1b58a7
}
.menu {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}
.menu ul li {
	float: left;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	padding-left: 78px
}
.menu ul li a {
	color: #fff
}
.menu ul li a:hover {
	color: #abfffe;
	text-decoration: underline
}
.banner {
	width: 100%;
	height: auto;
	display:table;
	/*position: relative;*/
	background: url(img/banner_loading.png) no-repeat center;
}
.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #eee;
	background: rgba(0,0,0,.8);

	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-opacity: 0.5;
	z-index: 9999;
	display: none;
	top: 0;
	left: 0;
	
}
.reveal-modal {
	visibility: hidden;
	top: 120px;
	right: 0;
	margin-left: -300px;
	width: 430px;
	height: 380px;
	background: #fff;
	position: absolute;
	z-index:999999!important;
}
.reveal-modal h2 {
	width: 100%;
	height: 60px;
	background: #236dcd;
	line-height: 60px;
	text-align: center;
	color: #fff
}
.reveal-modal form {
	width: 360px;
	height: auto;
	display: table;
	margin: 0 auto;
}
.reveal-modal form label {
	width: 100%;
	display: table;
	margin-top: 15px
}
.reveal-modal form label p {
	color: #0d4081;
	font-size: 18px
}
.reveal-modal form label input {
	width: 358px;
	height: 38px;
	border: 1px solid #666;
	line-height: 38px;
	margin-top: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/*.btn-lf*/#head_Button1 {
	width: 170px;
	height: 44px;
	background: #1766cd;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	line-height: 44px;
	font-size: 16px;
	margin-top: 20px;
	cursor: pointer
}
#Button1 {
	width: 170px;
	height: 44px;
	background: #1766cd;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	line-height: 44px;
	font-size: 16px;
	margin-top: 20px;
	cursor: pointer
}
.btn-rf {
	float: right;
	width: 170px;
	height: 44px;
	background: #f40505;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	line-height: 44px;
	text-align: center;
	margin-top: 20px;
}
.btn-rf:hover {
	color: #fff;
	text-decoration: none
}
